home *** CD-ROM | disk | FTP | other *** search
- /*
- * ASTcl -- DoAppleScript package for MacTcl 7.5.1
- * This code adds the command "DoAppleScript <script>" to MacTcl.
- *
- * ASTcl.h -- header file for ASTcl.c
- * Written on 960927.
- *
- * Copyright (c) 1996 by Theodore C. Belding
- * University of Michigan Program for the Study of Complex Systems
- * <mailto:Ted.Belding@umich.edu>
- * <http://www-personal.engin.umich.edu>
- *
- * This code is freeware.
- */
-
- int ASTcl_Init(Tcl_Interp *interp);
-